home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / オンラインソフト / オンラインソフト⁄毎号掲載 / 音楽,音声処理 / MIDIGraphy folder / MGPC folder / profile sources / QY10.s < prev    next >
Text File  |  1996-10-30  |  1KB  |  78 lines

  1. //
  2. // MG Profile Compiler sample source file
  3. // Copyright (c) 1995-96 TONTATA. 
  4. //
  5.  
  6. FILE($PROFFOLDER$ "QY10 Profile"){
  7.     /*************************************** deffinition of 'vers' */
  8.     #include    "version.s"
  9.     /*************************************** deffinition of 'Exdf' */
  10.     /*************************************** deffinition of 'Midi' */
  11.     /*************************************** deffinition of 'PNam' */
  12.     PNam("QY10"){
  13.         "00:RckPiano",
  14.         "01:E.Piano",
  15.         "02:Tine Pno",
  16.         "03:Clavinet",
  17.         "04:RckOrgan",
  18.         "05:Organ",
  19.         "06:HiStrEns",
  20.         "07:LoStrEns",
  21.         "08:BrassEns",
  22.         "09:ElecGuit",
  23.         "0A:DistGuit",
  24.         "0B:MuteGuit",
  25.         "0C:ElecFolk",
  26.         "0D:JazzBass",
  27.         "0E:PickBass",
  28.         "0F:SlapBass",
  29.         "10:Syn Bass",
  30.         "11:Moogy",
  31.         "12:Marimba",
  32.         "13:Vibes",
  33.         "14:Xylophne",
  34.         "15:SynBraPd",
  35.         "16:SynStrPd",
  36.         "17:SynComp",
  37.         "18:BowedBel",
  38.         "19:PercComp",
  39.         "1A:Trumpet",
  40.         "1B:Breathy",
  41.         "1C:SynLead1",
  42.         "1D:SynLead2",
  43.         "1E:Drum Set",
  44.         "1F:OFF",
  45.     };
  46.  
  47.     /*************************************** deffinition of 'NNam' */
  48.     NNam("QY10 Drum Set"){
  49.         "24:BD1",
  50.         "25:BD2",
  51.         "26:SD1",
  52.         "27:SD2",
  53.         "28:Tom Low",
  54.         "29:Tom Mid",
  55.         "2A:Tom Hi",
  56.         "2B:Claps",
  57.         "2C:Crash",
  58.         "2D:Rim",
  59.         "2E:Ride",
  60.         "2F:HHClose",
  61.         "30:HHOpen",
  62.         
  63.         "3C:BD3",
  64.         "3D:Cowbell",
  65.         "3E:SD3",
  66.         "3F:SD4",
  67.         "40:Conga Low",
  68.         "41:Conga Hi",
  69.         "42:Conga Mute",
  70.         "43:Agogo Low",
  71.         "44:Agogo Hi",
  72.         "45:Timbale Low",
  73.         "46:Timbale Hi",
  74.         "47:HH2(analog)",
  75.         "48:Shaker",
  76.     };
  77. };
  78.